bezier_curve *get_bezier_curve(char *name)
Parameter | Type | Description |
---|---|---|
name | char * | curve name |
Returns a pointer to the given Bezier curve or NULL if curve not found.
This function is used to get curves from the stock. It returns the curve pointer for a given string based curve name. If curve is not in the curve linked list, it attempts to load the curve from disk.